home *** CD-ROM | disk | FTP | other *** search
/ Codemasters Artwork Disc ECTS 2000 ( UK) / Codemasters - Artwork Disc ECTS 2000 (UK).bin / pc / main.dxr / 00080_move highliter.ls < prev    next >
Encoding:
Text File  |  2000-01-01  |  254 b   |  13 lines

  1. global gImagemember
  2.  
  3. on highlightMe
  4.   i = the clickOn
  5.   r = the rect of sprite gImagemember
  6.   l = getAt(r, 1) - 21
  7.   rt = getAt(r, 2) - 26
  8.   t = getAt(r, 3) + 21
  9.   b = getAt(r, 4) + 26
  10.   set the rect of sprite 25 to rect(l, rt, t, b)
  11.   updateStage()
  12. end
  13.